home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pom230.zip / VIEW.BAT < prev   
DOS Batch File  |  1993-01-03  |  315b  |  17 lines

  1. @ECHO OFF
  2. ECHO OFF
  3.  
  4.   IF (%1) == () START
  5.   IF EXIST %1 GOTO EOCKFILE
  6.   CLS
  7.   ECHO The file %1 was not found.  Please contact Pinnacle at 
  8.   ECHO 514-345-9578 to find out how you can obtain the complete package.
  9.   ECHO  
  10.   PAUSE
  11.   GOTO QUIT
  12. :EOCKFILE
  13.   SEE %1
  14.  
  15. :QUIT
  16.   IF NOT (%2) == () START @ %2
  17.